[INFO] fetching crate agnostic-lite 0.6.1...
[INFO] fixing agnostic-lite-0.6.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate agnostic-lite 0.6.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate agnostic-lite 0.6.1
[INFO] finished tweaking crates.io crate agnostic-lite 0.6.1
[INFO] tweaked toml for crates.io crate agnostic-lite 0.6.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate agnostic-lite 0.6.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate agnostic-lite 0.6.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded feature-extension-for-wasm-bindgen-futures v0.2.3
[INFO] [stderr]   Downloaded wasm-bindgen-test-shared v0.2.114
[INFO] [stderr]   Downloaded feature-extension-for-smol v0.2.3
[INFO] [stderr]   Downloaded wasm-bindgen-test-macro v0.3.64
[INFO] [stderr]   Downloaded wasm-bindgen-test v0.3.64
[INFO] [stderr]   Downloaded atomic-time v0.1.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 270913e73c3e0eceafdb328b5d94a17de701eb19ca784749f09a7aefa6c6fdc4
[INFO] running `Command { std: "docker" "start" "270913e73c3e0eceafdb328b5d94a17de701eb19ca784749f09a7aefa6c6fdc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "270913e73c3e0eceafdb328b5d94a17de701eb19ca784749f09a7aefa6c6fdc4" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "270913e73c3e0eceafdb328b5d94a17de701eb19ca784749f09a7aefa6c6fdc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "270913e73c3e0eceafdb328b5d94a17de701eb19ca784749f09a7aefa6c6fdc4" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking agnostic-lite v0.6.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stdout] error[E0432]: unresolved import `super::AfterHandle`
[INFO] [stdout]    --> src/lib.rs:433:15
[INFO] [stdout]     |
[INFO] [stdout] 433 |   use super::{AfterHandle, RuntimeLite};
[INFO] [stdout]     |               ^^^^^^^^^^^ no `AfterHandle` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/spawner.rs:297:11
[INFO] [stdout]     |
[INFO] [stdout] 295 | #[cfg(feature = "time")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `time` feature
[INFO] [stdout] 296 | #[cfg_attr(docsrs, doc(cfg(feature = "time")))]
[INFO] [stdout] 297 | pub trait AfterHandle<F: Send + 'static>:
[INFO] [stdout]     |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `spawn_after` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/lib.rs:439:21
[INFO] [stdout]     |
[INFO] [stdout] 436 |   pub async fn spawn_after_unittest<R: RuntimeLite>() {
[INFO] [stdout]     |                                     - associated function or constant `spawn_after` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 439 |     let handle = R::spawn_after(Duration::from_secs(1), async move {
[INFO] [stdout]     |                     ^^^^^^^^^^^ associated function or constant not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `sleep` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/lib.rs:443:8
[INFO] [stdout]     |
[INFO] [stdout] 436 |   pub async fn spawn_after_unittest<R: RuntimeLite>() {
[INFO] [stdout]     |                                     - associated function or constant `sleep` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 443 |     R::sleep(Duration::from_millis(500)).await;
[INFO] [stdout]     |        ^^^^^ associated function or constant not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `spawn_after` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/lib.rs:456:21
[INFO] [stdout]     |
[INFO] [stdout] 453 |   pub async fn spawn_after_cancel_unittest<R: RuntimeLite>() {
[INFO] [stdout]     |                                            - associated function or constant `spawn_after` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 456 |     let handle = R::spawn_after(Duration::from_secs(1), async move {
[INFO] [stdout]     |                     ^^^^^^^^^^^ associated function or constant not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `sleep` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/lib.rs:460:8
[INFO] [stdout]     |
[INFO] [stdout] 453 |   pub async fn spawn_after_cancel_unittest<R: RuntimeLite>() {
[INFO] [stdout]     |                                            - associated function or constant `sleep` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 460 |     R::sleep(Duration::from_millis(500)).await;
[INFO] [stdout]     |        ^^^^^ associated function or constant not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `spawn_after` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/lib.rs:474:13
[INFO] [stdout]     |
[INFO] [stdout] 471 |   pub async fn spawn_after_drop_unittest<R: RuntimeLite>() {
[INFO] [stdout]     |                                          - associated function or constant `spawn_after` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 474 |     drop(R::spawn_after(Duration::from_secs(1), async move {
[INFO] [stdout]     |             ^^^^^^^^^^^ associated function or constant not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `sleep` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/lib.rs:478:8
[INFO] [stdout]     |
[INFO] [stdout] 471 |   pub async fn spawn_after_drop_unittest<R: RuntimeLite>() {
[INFO] [stdout]     |                                          - associated function or constant `sleep` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 478 |     R::sleep(Duration::from_millis(500)).await;
[INFO] [stdout]     |        ^^^^^ associated function or constant not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `sleep` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/lib.rs:481:8
[INFO] [stdout]     |
[INFO] [stdout] 471 |   pub async fn spawn_after_drop_unittest<R: RuntimeLite>() {
[INFO] [stdout]     |                                          - associated function or constant `sleep` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 481 |     R::sleep(Duration::from_millis(600)).await;
[INFO] [stdout]     |        ^^^^^ associated function or constant not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `spawn_after` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/lib.rs:491:21
[INFO] [stdout]     |
[INFO] [stdout] 488 |   pub async fn spawn_after_abort_unittest<R: RuntimeLite>() {
[INFO] [stdout]     |                                           - associated function or constant `spawn_after` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 491 |     let handle = R::spawn_after(Duration::from_secs(1), async move {
[INFO] [stdout]     |                     ^^^^^^^^^^^ associated function or constant not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `sleep` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/lib.rs:495:8
[INFO] [stdout]     |
[INFO] [stdout] 488 |   pub async fn spawn_after_abort_unittest<R: RuntimeLite>() {
[INFO] [stdout]     |                                           - associated function or constant `sleep` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 495 |     R::sleep(Duration::from_millis(500)).await;
[INFO] [stdout]     |        ^^^^^ associated function or constant not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `sleep` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/lib.rs:499:8
[INFO] [stdout]     |
[INFO] [stdout] 488 |   pub async fn spawn_after_abort_unittest<R: RuntimeLite>() {
[INFO] [stdout]     |                                           - associated function or constant `sleep` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 499 |     R::sleep(Duration::from_millis(600)).await;
[INFO] [stdout]     |        ^^^^^ associated function or constant not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `spawn_after` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/lib.rs:509:21
[INFO] [stdout]     |
[INFO] [stdout] 506 |   pub async fn spawn_after_reset_to_pass_unittest<R: RuntimeLite>() {
[INFO] [stdout]     |                                                   - associated function or constant `spawn_after` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 509 |     let handle = R::spawn_after(Duration::from_secs(1), async move {
[INFO] [stdout]     |                     ^^^^^^^^^^^ associated function or constant not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `sleep` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/lib.rs:513:8
[INFO] [stdout]     |
[INFO] [stdout] 506 |   pub async fn spawn_after_reset_to_pass_unittest<R: RuntimeLite>() {
[INFO] [stdout]     |                                                   - associated function or constant `sleep` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 513 |     R::sleep(Duration::from_millis(500)).await;
[INFO] [stdout]     |        ^^^^^ associated function or constant not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `sleep` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/lib.rs:517:8
[INFO] [stdout]     |
[INFO] [stdout] 506 |   pub async fn spawn_after_reset_to_pass_unittest<R: RuntimeLite>() {
[INFO] [stdout]     |                                                   - associated function or constant `sleep` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 517 |     R::sleep(Duration::from_millis(10)).await;
[INFO] [stdout]     |        ^^^^^ associated function or constant not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `spawn_after` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/lib.rs:527:21
[INFO] [stdout]     |
[INFO] [stdout] 524 |   pub async fn spawn_after_reset_to_future_unittest<R: RuntimeLite>() {
[INFO] [stdout]     |                                                     - associated function or constant `spawn_after` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 527 |     let handle = R::spawn_after(Duration::from_secs(1), async move {
[INFO] [stdout]     |                     ^^^^^^^^^^^ associated function or constant not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `sleep` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/lib.rs:531:8
[INFO] [stdout]     |
[INFO] [stdout] 524 |   pub async fn spawn_after_reset_to_future_unittest<R: RuntimeLite>() {
[INFO] [stdout]     |                                                     - associated function or constant `sleep` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 531 |     R::sleep(Duration::from_millis(500)).await;
[INFO] [stdout]     |        ^^^^^ associated function or constant not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `sleep` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/lib.rs:535:8
[INFO] [stdout]     |
[INFO] [stdout] 524 |   pub async fn spawn_after_reset_to_future_unittest<R: RuntimeLite>() {
[INFO] [stdout]     |                                                     - associated function or constant `sleep` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 535 |     R::sleep(Duration::from_millis(750 + 10)).await; // we already delayed 500ms, so remaining is 750ms
[INFO] [stdout]     |        ^^^^^ associated function or constant not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `agnostic-lite` (lib test) due to 17 previous errors
[INFO] running `Command { std: "docker" "inspect" "270913e73c3e0eceafdb328b5d94a17de701eb19ca784749f09a7aefa6c6fdc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "270913e73c3e0eceafdb328b5d94a17de701eb19ca784749f09a7aefa6c6fdc4", kill_on_drop: false }`
[INFO] [stdout] 270913e73c3e0eceafdb328b5d94a17de701eb19ca784749f09a7aefa6c6fdc4
